Skip to content

feat(docs): Add Azure Local 2604 features — Simplified Provisioning, SAN deployment, Local Identity GA#45

Merged
kristopherjturner merged 4 commits intomainfrom
kristopherjturner/update-2604-docs
May 1, 2026
Merged

feat(docs): Add Azure Local 2604 features — Simplified Provisioning, SAN deployment, Local Identity GA#45
kristopherjturner merged 4 commits intomainfrom
kristopherjturner/update-2604-docs

Conversation

@kristopherjturner
Copy link
Copy Markdown
Contributor

Summary

Updates the azurelocal.github.io documentation to reflect three key features from Azure Local 2604:

1. Simplified Machine Provisioning (Preview)

  • Added simplified-provisioning/ section under Phase 02 OS Installation
  • 5 task files: USB media creation, machine preparation, Azure provisioning, monitoring, Arc verification
  • Index page with ISO vs Simplified Provisioning comparison table
  • Integration with azurelocal-ztp community automation project (bypasses USB via BMC/Redfish)
  • Preview warnings and region limitations documented

2. SAN (Disaggregated) Deployment

  • Added san/ subfolder under deployment-methods with parallel Active Directory and Local Identity paths
  • 4 new runbooks: AD × Portal, AD × ARM Template, Local Identity × Portal, Local Identity × ARM Template
  • SAN index with Fiber Channel patterns, prerequisites (HBA, MPIO, zoning), and S2D vs SAN comparison
  • Updated decision trees and deployment matrices across all index pages

3. Local Identity → GA

  • Removed preview warnings and badges from Local Identity deployment pages
  • Updated status badge from Preview to GA
  • Positioned Local Identity as a fully supported deployment method alongside Active Directory

Additional Changes

  • Pinned Microsoft Learn links to ?view=azloc-2604
  • Fixed empty URL badge warnings
  • Build passes cleanly with no warnings or errors

Files Changed

  • 15 new files (simplified provisioning tasks, SAN deployment runbooks, category files)
  • 7 modified files (index pages, deployment method overviews, Local Identity portal page)

Verification

  • npx docusaurus build passes with [SUCCESS] — no broken links, no warnings

…SAN deployment, Local Identity GA

- Add Simplified Machine Provisioning (Preview) section under Phase 02 OS Installation
  - 5 task files covering USB media creation, machine prep, Azure provisioning,
    monitoring, and Arc verification
  - Index page with ISO vs Simplified comparison table
  - Integration with azurelocal-ztp community automation project
- Add SAN (Disaggregated) deployment path under Phase 05 Cluster Deployment
  - 4 new runbooks: AD/Local Identity × Portal/ARM Template for SAN storage
  - SAN index with FC patterns, prerequisites, and S2D vs SAN comparison
  - Updated decision trees and deployment matrices across all index pages
- Update Local Identity from Preview to GA
  - Remove preview warnings and badges
  - Position as fully supported deployment method alongside Active Directory
- Pin Microsoft Learn links to ?view=azloc-2604

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 1, 2026 23:15
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Azure Local implementation runbooks to document Azure Local 2604 capabilities—adding SAN (disaggregated) deployment guidance, introducing simplified machine provisioning (preview) OS install flow, and marking Local Identity as GA across relevant pages.

Changes:

  • Added a SAN (disaggregated) deployment method with parallel AD and Local Identity portal/ARM runbooks and navigation updates.
  • Added a Simplified Machine Provisioning (preview) guide under Phase 02 with 5 task runbooks and updated OS installation decision flow.
  • Updated multiple “master reference” links to pin Microsoft Learn content to ?view=azloc-2604 and updated Local Identity status/badges to GA.

Reviewed changes

Copilot reviewed 22 out of 22 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
docs/implementation/04-cluster-deployment/phase-05-cluster-deployment/index.mdx Adds SAN vs S2D method groupings and links; pins master reference to azloc-2604.
docs/implementation/04-cluster-deployment/phase-05-cluster-deployment/deployment-methods/san/index.mdx New SAN deployment overview, prerequisites, FC patterns, and post-deploy steps.
docs/implementation/04-cluster-deployment/phase-05-cluster-deployment/deployment-methods/san/category.json Adds Docusaurus category for SAN deployment docs.
docs/implementation/04-cluster-deployment/phase-05-cluster-deployment/deployment-methods/san/active-directory/portal-instructions.mdx New AD + SAN portal runbook.
docs/implementation/04-cluster-deployment/phase-05-cluster-deployment/deployment-methods/san/active-directory/arm-template-instructions.mdx New AD + SAN ARM template runbook.
docs/implementation/04-cluster-deployment/phase-05-cluster-deployment/deployment-methods/san/active-directory/category.json Adds category grouping for AD SAN runbooks.
docs/implementation/04-cluster-deployment/phase-05-cluster-deployment/deployment-methods/san/local-identity/portal-instructions.mdx New Local Identity + SAN portal runbook.
docs/implementation/04-cluster-deployment/phase-05-cluster-deployment/deployment-methods/san/local-identity/arm-template-instructions.mdx New Local Identity + SAN ARM template runbook.
docs/implementation/04-cluster-deployment/phase-05-cluster-deployment/deployment-methods/san/local-identity/category.json Adds category grouping for Local Identity SAN runbooks.
docs/implementation/04-cluster-deployment/phase-05-cluster-deployment/deployment-methods/local-identity/portal-instructions.mdx Updates Local Identity to GA badge/status and pins Learn links to azloc-2604.
docs/implementation/04-cluster-deployment/phase-05-cluster-deployment/deployment-methods/index.mdx Updates deployment decision tree/matrix to include SAN alongside S2D and removes Local Identity preview callout.
docs/implementation/04-cluster-deployment/phase-02-os-installation/index.mdx Adds ISO vs simplified provisioning decision content, links, and workflow diagrams.
docs/implementation/04-cluster-deployment/phase-02-os-installation/simplified-provisioning/category.json Adds Docusaurus category for simplified provisioning section.
docs/implementation/04-cluster-deployment/phase-02-os-installation/simplified-provisioning/index.mdx New simplified provisioning overview with comparison tables, prerequisites, and workflow.
docs/implementation/04-cluster-deployment/phase-02-os-installation/simplified-provisioning/task-01-create-usb-media.mdx New runbook for creating USB media for simplified provisioning.
docs/implementation/04-cluster-deployment/phase-02-os-installation/simplified-provisioning/task-02-prepare-machines.mdx New runbook for maintenance environment boot + voucher collection.
docs/implementation/04-cluster-deployment/phase-02-os-installation/simplified-provisioning/task-03-provision-from-azure.mdx New runbook for provisioning machines from Azure portal and feature registration.
docs/implementation/04-cluster-deployment/phase-02-os-installation/simplified-provisioning/task-04-monitor-progress.mdx New runbook for monitoring provisioning via Configurator app.
docs/implementation/04-cluster-deployment/phase-02-os-installation/simplified-provisioning/task-05-verify-arc.mdx New runbook for verifying Arc connectivity and “Ready to cluster” status.
docs/implementation/04-cluster-deployment/deployment-methods/index.mdx Updates deployment methods quick reference to include SAN and pins master reference.
docs/implementation/04-cluster-deployment/deployment-methods/01-portal-deployment.mdx Adds SAN portal deployment option links.
docs/implementation/04-cluster-deployment/deployment-methods/02-arm-template-deployment.mdx Adds SAN ARM template deployment option links.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

kristopherjturner and others added 3 commits May 1, 2026 19:41
- Remove legacy 0.0.1 version entirely
- Rename 1.0.0 → 2411 (frozen pre-2604 snapshot)
- Current docs become version 2604 (default)
- Update docusaurus.config.js: lastVersion, version labels, navbar dropdown
- Update .release-please-manifest.json to 2604.0.1
- Add Simplified Provisioning skip callout to Phase 04 Arc Registration

The versioning now follows Azure Local's build numbering (2411, 2604, etc.)
instead of generic semver, making it clear which Azure Local release each
version of the docs corresponds to.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…clusions

- Add Defender exclusion cleanup guidance with Remove-MpPreference command
- Add factory-default credential warnings linking to Microsoft's official docs
- Scope Defender exclusion instructions to narrow, trusted paths only

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@kristopherjturner kristopherjturner merged commit 16a66ac into main May 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants